Reversed Method

Wintellect PowerCollections

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Creates a new View that has the same keys and values as this, in the reversed order.

Namespace: Wintellect.PowerCollections
Assembly:  PowerCollections (in PowerCollections.dll)

Syntax

C#
public OrderedDictionary<TKey, TValue>.OrderedDictionary<(Of <TKey, TValue>)>..::View Reversed()
Visual Basic (Declaration)
Public Function Reversed As OrderedDictionary<(Of <TKey, TValue>)>..::View
Visual C++
public:
OrderedDictionary<(Of <TKey, TValue>)>..::View^ Reversed ()

Return Value

A new View that has the reversed order of this view.

See Also